home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / RS.z / RS
Text File  |  1996-03-14  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4. ____RRRRSSSS((((3333FFFF))))                                                                ____RRRRSSSS((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      RS, SRS   -  EISPACK routine.  This subroutine calls the recommended
  10.      sequence of subroutines from the eigensystem subroutine package (EISPACK)
  11.      to find the eigenvalues and eigenvectors (if desired) of a REAL SYMMETRIC
  12.      matrix.
  13.  
  14.  
  15. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  16.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee  rrrrssss((((nnnnmmmm,,,, nnnn,,,, aaaa,,,, wwww,,,, mmmmaaaattttzzzz,,,, zzzz,,,, ffffvvvv1111,,,, ffffvvvv2222,,,, iiiieeeerrrrrrrr))))
  17.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  18.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn aaaa((((nnnnmmmm,,,,nnnn)))),,,, wwww((((nnnn)))),,,, zzzz((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn)))),,,, ffffvvvv2222((((nnnn))))
  19.  
  20.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ssssrrrrssss((((nnnnmmmm,,,, nnnn,,,, aaaa,,,, wwww,,,, mmmmaaaattttzzzz,,,, zzzz,,,, ffffvvvv1111,,,, ffffvvvv2222,,,, iiiieeeerrrrrrrr))))
  21.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  22.           rrrreeeeaaaallll             aaaa((((nnnnmmmm,,,,nnnn)))),,,, wwww((((nnnn)))),,,, zzzz((((nnnnmmmm,,,,nnnn)))),,,, ffffvvvv1111((((nnnn)))),,,, ffffvvvv2222((((nnnn))))
  23.  
  24.  
  25.  
  26. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  27.      On Input
  28.  
  29.      NNNNMMMM must be set to the row dimension of the two-dimensional array
  30.      parameters as declared in the calling program dimension statement.
  31.  
  32.      NNNN is the order of the matrix  A.
  33.  
  34.      AAAA contains the real symmetric matrix.
  35.  
  36.      MMMMAAAATTTTZZZZ is an integer variable set equal to zero if only eigenvalues are
  37.      desired.  Otherwise it is set to any non-zero integer for both
  38.      eigenvalues and eigenvectors.  On Output
  39.  
  40.      WWWW contains the eigenvalues in ascending order.
  41.  
  42.      ZZZZ contains the eigenvectors if MATZ is not zero.
  43.  
  44.      IIIIEEEERRRRRRRR is an integer output variable set equal to an error completion code
  45.      described in section 2B of the documentation.  The normal completion code
  46.      is zero.
  47.  
  48.      FFFFVVVV1111 and  FV2  are temporary storage arrays. Questions and comments should
  49.      be directed to B. S. Garbow, APPLIED MATHEMATICS DIVISION, ARGONNE
  50.      NATIONAL LABORATORY
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.